NamedObjectCollection<TItem,TContainer> Class
In This Topic
Represents a strongly typed list of objects that can be accessed by index or string key.
Syntax
'Declaration
Public Class NamedObjectCollection
(Of As GrapeCity.Spreadsheet.NamedObjectCollection/IItemIItemItemtememm(Of TItem,TContainer),
As GrapeCity.Spreadsheet.NamedObjectCollection/IContainerIContainerContainerontainerntainertainerainerinernererr(Of TItem,TContainer))
public class NamedObjectCollection<,>
where TItem: GrapeCity.Spreadsheet.NamedObjectCollection/IItemIItemItemtememm<TItem,TContainer>
where TContainer: GrapeCity.Spreadsheet.NamedObjectCollection/IContainerIContainerContainerontainerntainertainerainerinernererr<TItem,TContainer>
Type Parameters
- TItem
- The type of elements in the list.
- TContainer
- The type of the container which contains this list.
Inheritance Hierarchy
System.Object
GrapeCity.Spreadsheet.NamedObjectCollection<TItem,TContainer>
See Also